Click or drag to resize

UserSettingError Class

Represents an error that is returned while retrieving a user setting.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverUserSettingError

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class UserSettingError

The UserSettingError type exposes the following members.

Constructors
  NameDescription
Public methodUserSettingError
Initializes a new instance of the UserSettingError class.
Top
Properties
  NameDescription
Public propertyErrorCode
Represents an error code returned by the Autodiscover service.
Public propertyErrorMessage
Respresents a message associated with an error code returned by the Autodiscover service.
Public propertySettingName
Represents the name of a user setting.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also